home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.1 / background_16981.txt < prev    next >
Text File  |  1989-02-26  |  6KB  |  275 lines

  1. -- background: 16981 from stack: in.1
  2. -- bmap block id: 17850
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Quick Ref
  6. ----- HyperTalk script -----
  7. on opencard
  8.   put (the number of this card - the number of first card of this background+1) into field "PageNumber"
  9. end opencard
  10.  
  11.  
  12.  
  13. -- part 1 (field)
  14. -- low flags: 01
  15. -- high flags: 0000
  16. -- rect: left=56 top=23 right=55 bottom=315
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 3
  21. -- text size: 24
  22. -- style flags: 0
  23. -- line height: 32
  24. -- part name: Name
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 2004
  30. -- rect: left=2 top=74 right=117 bottom=49
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 14767 / 14767
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: About...
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   if the optionkey is down then pass mouseup
  42.   visual iris open to gray
  43.   visual iris close to black
  44.   visual iris open to gray
  45.   visual iris close
  46.   go background information
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 3 (button)
  52. -- low flags: 00
  53. -- high flags: 2004
  54. -- rect: left=2 top=119 right=162 bottom=49
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 29114 / 29114
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Back
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   if the optionkey is down then pass mouseup
  66.   visual barn door close to black
  67.   visual barn door open
  68.   pop card
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 4 (button)
  74. -- low flags: 00
  75. -- high flags: 2004
  76. -- rect: left=2 top=164 right=207 bottom=49
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 1011 / 1011
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: Home
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   if the optionkey is down then pass mouseup
  88.   go to first card of home
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 5 (button)
  94. -- low flags: 00
  95. -- high flags: 2004
  96. -- rect: left=2 top=209 right=252 bottom=49
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 1000 / 1000
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: Open Stack
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   if the optionkey is down then pass mouseup
  108.   domenu "open stack..."
  109. end mouseUp
  110.  
  111.  
  112.  
  113. -- part 6 (button)
  114. -- low flags: 00
  115. -- high flags: 2004
  116. -- rect: left=2 top=254 right=297 bottom=49
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 17343 / 17343
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: Launch Application
  125. ----- HyperTalk script -----
  126. on mouseUp
  127.   if the optionkey is down then pass mouseup
  128.   visual venetian blinds to gray
  129.   visual venetian blinds to black
  130.   visual venetian blinds to gray
  131.   visual venetian blinds
  132.  
  133.   go to background "Mini Hyperstation"
  134. end mouseUp
  135.  
  136.  
  137.  
  138. -- part 7 (button)
  139. -- low flags: 00
  140. -- high flags: 2004
  141. -- rect: left=2 top=299 right=342 bottom=49
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 21786 / 21786
  144. -- text alignment: 1
  145. -- font id: 0
  146. -- text size: 12
  147. -- style flags: 0
  148. -- line height: 16
  149. -- part name: Menus On
  150. ----- HyperTalk script -----
  151. on mouseUp
  152.   if the optionkey is down then pass mouseup
  153.   If the short name of the target is "Menus On" then
  154.     set the name of the target to "Menus Off"
  155.     show menubar
  156.   else
  157.     set the name of the target to "Menus On"
  158.     hide menubar
  159.   end if
  160. end mouseUp
  161.  
  162.  
  163.  
  164. -- part 8 (button)
  165. -- low flags: 00
  166. -- high flags: 2000
  167. -- rect: left=228 top=306 right=331 bottom=255
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 1014 / 1014
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: Prev
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   if the optionkey is down then pass mouseup
  179.   visual effect wipe right
  180.   go to previous card
  181. end mouseUp
  182.  
  183.  
  184.  
  185. -- part 9 (button)
  186. -- low flags: 00
  187. -- high flags: 2000
  188. -- rect: left=280 top=306 right=331 bottom=307
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 1013 / 1013
  191. -- text alignment: 1
  192. -- font id: 0
  193. -- text size: 12
  194. -- style flags: 0
  195. -- line height: 16
  196. -- part name: Next
  197. ----- HyperTalk script -----
  198. on mouseUp
  199.   if the optionkey is down then pass mouseup
  200.   visual effect wipe left
  201.   go to next card
  202. end mouseUp
  203.  
  204.  
  205.  
  206. -- part 10 (button)
  207. -- low flags: 00
  208. -- high flags: 2000
  209. -- rect: left=456 top=301 right=329 bottom=493
  210. -- title width / last selected line: 0
  211. -- icon id / first selected line: 11645 / 11645
  212. -- text alignment: 1
  213. -- font id: 0
  214. -- text size: 12
  215. -- style flags: 0
  216. -- line height: 16
  217. -- part name: Return
  218. ----- HyperTalk script -----
  219. on mouseUp
  220.   if the optionkey is down then pass mouseup
  221.   visual effect iris close to inverse
  222.   go first card
  223. end mouseUp
  224.  
  225.  
  226.  
  227. -- part 11 (field)
  228. -- low flags: 01
  229. -- high flags: 0000
  230. -- rect: left=255 top=311 right=327 bottom=282
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 0 / 0
  233. -- text alignment: 1
  234. -- font id: 3
  235. -- text size: 12
  236. -- style flags: 0
  237. -- line height: 16
  238. -- part name: PageNumber
  239.  
  240.  
  241. -- part 12 (field)
  242. -- low flags: 00
  243. -- high flags: 0007
  244. -- rect: left=55 top=65 right=295 bottom=490
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 0 / 0
  247. -- text alignment: 0
  248. -- font id: 3
  249. -- text size: 9
  250. -- style flags: 0
  251. -- line height: 12
  252. -- part name: Reference
  253.  
  254.  
  255. -- part 13 (button)
  256. -- low flags: 00
  257. -- high flags: A003
  258. -- rect: left=98 top=304 right=326 bottom=189
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 0 / 0
  261. -- text alignment: 1
  262. -- font id: 0
  263. -- text size: 12
  264. -- style flags: 0
  265. -- line height: 16
  266. -- part name: Find...
  267. ----- HyperTalk script -----
  268. on mouseUp
  269.   if the optionkey is down then pass mouseup
  270.   ask "What do you want to find?"
  271.   if it is empty then exit mouseup
  272.   find it in field reference
  273. end mouseUp
  274.  
  275.